home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SATAN11.ZIP / SRC / PORT_SCA / README < prev    next >
Encoding:
Text File  |  1995-04-04  |  985 b   |  20 lines

  1. tcp_scan and udp_scan are tools to scan a host for available network
  2. services (for example, to see if your packet filter does its job). You
  3. can scan specific services or ranges of ports.  In order to speed up
  4. the process, the tools probe a bunch of network ports in parallel.
  5.  
  6. The programs work with SunOS 4.1.3, SunOS 5.3 (Solaris 2.3) and
  7. probably with anything that looks like 4.3+ BSD or System V.4.
  8.  
  9. There is one catch, though: the programs use raw ICMP sockets, so they
  10. need to be run with root privilege. Raw ICMP sockets are used to work
  11. around common shortcomings in BSD (75-second timeout on a non-blocking
  12. TCP connect() to an unreachable host) and in SYSV (a connected UDP
  13. socket does not pass delivery errors back to the application).
  14.  
  15. Warning: these programs will raise lots of alarms on sites that run my
  16. tcp wrapper or that do any other kind of network monitoring.  Use the
  17. programs only with prior permission from the affected sites.
  18.  
  19.     Wietse Venema
  20.